From: Jim Blandy Date: Mon, 14 Jun 1993 15:35:55 +0000 (+0000) Subject: * s/linux.h (LIBS_MACHINE, HAVE_SYSVIPC): Set the former to -lipc, X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95331 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9199fa7f7f182aeb77ea48a43483753ca5bad32e;p=emacs.git * s/linux.h (LIBS_MACHINE, HAVE_SYSVIPC): Set the former to -lipc, and #define the latter. --- diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 2858fec12af..b26778c64cf 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -214,3 +214,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Let's try this out, just in case. Nah. Rik Faith says it doesn't work well. */ /* #define SIGNALS_VIA_CHARACTERS */ + +/* Rob Malouf says: + SYSV IPC is standard a standard part of Linux since version 0.99pl10, + and is a very common addition to previous versions. */ +#define LIBS_MACHINE -lipc +#define HAVE_SYSVIPC